gtk-demo: Make style apply in the file browser
authorMatthias Clasen <mclasen@redhat.com>
Sun, 12 Jul 2020 12:06:28 +0000 (08:06 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 12 Jul 2020 12:11:42 +0000 (08:11 -0400)
Commit 5afe6f7825e1e5 claims to make this demo
'look good', but it failed to actually make its
css apply. Now it really looks good.

demos/gtk-demo/listview_filebrowser.css

index c27fadf57fb71e0955489442d9a25749945ded4f..3370d2df2ccc64ab283d986b0ac38e033680360a 100644 (file)
@@ -1,11 +1,11 @@
-list.viewswitcher {
+listview.viewswitcher {
   border: 1px solid gray;
 }
 
-list.viewswitcher > row {
+listview.viewswitcher > row {
   padding: 5px;
 }
 
-list.viewswitcher row:selected {
+listview.viewswitcher row:selected {
   background: gray;
 }